-
Notifications
You must be signed in to change notification settings - Fork 30
login error message and helper text styling #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
JOHNNYAKUNDI-LAB
wants to merge
155
commits into
Hardhat-Enterprises:dev
from
JOHNNYAKUNDI-LAB:feature/frontend-task1
Closed
login error message and helper text styling #103
JOHNNYAKUNDI-LAB
wants to merge
155
commits into
Hardhat-Enterprises:dev
from
JOHNNYAKUNDI-LAB:feature/frontend-task1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge the dev branch in to main, to round out T2 student contribution
Feedback addressed
…re/frontend-task1 Improve LoginPage UI with validation and helper text
…thub/create-codeowners Add CODEOWNERS for simpler PR approval requests
…thub/test-codeowners Remove unnecessary file
…thub/update-codeowners GitHub/update codeowners
Merge dev into main - PR from Seshini for the evidence scanner
Author
Collaborator
romil-bijarnia
requested changes
Jan 20, 2026
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To help prevent future merge conflicts, could you please pull the latest changes from main and update this branch so the PR is based on the most recent version?
…eat/regular-backups-review-fixes Essential Eight RB: ML1/ML2 detection fixes and evidence alignment
…canning-engine Pushing more controls for the scanning engine
…eature/implement-cis-m365-v6-section-2-policies Added 13 controls for section 2 policies of M365
Collaborator
|
@JOHNNYAKUNDI-LAB Did you sync main into your fork and merge into the feature branch, then push again? |
Author
|
I noticed the LoginPage was refactored, and the inline error message I
originally styled is no longer rendered. I have started aligning the inline
validation with the updated LoginPage structure so the error styling
matches the new UI.
…On Wed, 28 Jan 2026 at 16:05, du-dhartley ***@***.***> wrote:
*du-dhartley* left a comment (Hardhat-Enterprises/AutoAudit#103)
<#103 (comment)>
@JOHNNYAKUNDI-LAB <https://github.com/JOHNNYAKUNDI-LAB> Did you sync main
into your fork and merge into the feature branch, then push again?
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B2QZMPR5NNIRVXOKQF35XPD4JA7SDAVCNFSM6AAAAACSBRQTUWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQMBYHE3TONBWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
|
inline validation on updated loginpage
An error message is displayed within the login form when required fields
are missing.
…On Wed, 28 Jan 2026 at 22:41, john swanya ***@***.***> wrote:
I noticed the LoginPage was refactored, and the inline error message I
originally styled is no longer rendered. I have started aligning the inline
validation with the updated LoginPage structure so the error styling
matches the new UI.
On Wed, 28 Jan 2026 at 16:05, du-dhartley ***@***.***>
wrote:
> *du-dhartley* left a comment (Hardhat-Enterprises/AutoAudit#103)
> <#103 (comment)>
>
> @JOHNNYAKUNDI-LAB <https://github.com/JOHNNYAKUNDI-LAB> Did you sync
> main into your fork and merge into the feature branch, then push again?
>
> —
> Reply to this email directly, view it on GitHub
> <#103 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/B2QZMPR5NNIRVXOKQF35XPD4JA7SDAVCNFSM6AAAAACSBRQTUWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQMBYHE3TONBWGU>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR improves the LoginPage user experience by refining the styling of inline error messages and helper text. These
Changes only focus on frontend CSS, aiming to improve clarity and accessibility. No backend logic was modified. Tested the changes, and they are working correctly